home *** CD-ROM | disk | FTP | other *** search
- ; startup for a null modem connection.
- ; Note that it must NOT have a tnc.on or tnc.off file because there's no
- ; tnc or modem to talk to.
- if exists T:mbuser.index
- delete T:mbuser.index
- endif
- cd work:cbbs
- if exists tnc.on
- delete tnc.on
- delete tnc.off
- endif
- copy fwd.mb.nulmdm fwd.mb
- ; Also don't need tnc.on.phone copied to tnc.on because the system now uses
- ; the port ID ... tnc.on.b
- run locker
- waitport VE5VA-LOCK 20
- ; I don't need the -z argument when running mb because it is set with the
- ; setenv command in my s:startup-sequence.
- run mb -pc -b9600
- waitport CBBS-C 20
-